home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / tasksel.postinst < prev    next >
Encoding:
Text File  |  2007-03-14  |  248 b   |  10 lines

  1. #!/bin/sh
  2. # Get tasksel's templates loaded up.
  3. . /usr/share/debconf/confmodule
  4. # Automatically added by dh_installmenu
  5. if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
  6.     update-menus
  7. fi
  8. # End automatically added section
  9.  
  10.